Html Css Color HEX #A215AF Dark Orchid

📋 copy color: '#A215AF'

red 162 ◦ green 21 ◦ blue 175

#A215AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A215AF

Tints of Dark Orchid #A215AF

RGB

 RED value IS 162 (63.67% from 255) = 45.25%

 GREEN value IS 21 (8.59% from 255) = 5.87%

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 45.25%
G = 5.87%
B = 48.88%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A215AF (or 0xA215AF) is known color: Dark Orchid. HEX triplet: A2, 15 and AF. RGB value is (162,21,175). Sum of RGB (Red+Green+Blue) = 162+21+175=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #A215AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A215AF is #5DEA50. Grayscale: #505050. Windows color (decimal): -6154833 or 11474338. OLE color: 11474338.

HSL color Cylindrical-coordinate representation of color #A215AF: hue angle of 294.94º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A215AF is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 21 175 -
CMYK 0.07 0.88 0 0.31
HSL 294.94º 0.79% 0.38% -
HSV(B) 294.94º 0.88% 0.69% -
XYZ 22.91 11.31 41.53 -
YUV 80.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 162 21 175 0.07 0.88 0 0.31 294.94 0.79 0.38
Hex A2 15 AF 7 58 0 1F 127 4F 26
Octal 242 25 257 7 130 0 37 447 117 46
Binary 10100010 10101 10101111 111 1011000 0 11111 100100111 1001111 100110

Color Harmonies of #A215AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A215AF

Black with #A215AF

Text Example


Text Example

White with #A215AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A215AF; }

 p { color: rgb(162,21,175); }

 H1.HeaderClassName
 {
   color: #A215AF;
 }
 .AnyTagClassName
 {
   color: #A215AF;
 }
</style>

background-color css

<style>
 a { background-color: #A215AF; }

 a { background-color: rgb(162,21,175); }

 div.DivClassName
 {
   background-color: #A215AF;
 }
 .BgClassName
 {
   background-color: #A215AF;
 }
</style>

border-color css

<style>
 span { border-color: #A215AF; }

 span { border-color: rgb(162,21,175); }

 td.TdClassName
 {
   border-color: #A215AF;
 }
 .TagClassName
 {
   border-color: #A215AF;
 }
</style>