Html Css Color HEX #AF2AB4 Dark Orchid

📋 copy color: '#AF2AB4'

red 175 ◦ green 42 ◦ blue 180

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

Shades of Dark Orchid #AF2AB4

Tints of Dark Orchid #AF2AB4

RGB

 RED value IS 175 (68.75% from 255) = 44.08%

 GREEN value IS 42 (16.8% from 255) = 10.58%

 BLUE value IS 180 (70.7% from 255) = 45.34%

R = 44.08%
G = 10.58%
B = 45.34%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF2AB4 (or 0xAF2AB4) is known color: Dark Orchid. HEX triplet: AF, 2A and B4. RGB value is (175,42,180). Sum of RGB (Red+Green+Blue) = 175+42+180=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF2AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2AB4 is #50D54B. Grayscale: #616161. Windows color (decimal): -5297484 or 11807407. OLE color: 11807407.

HSL color Cylindrical-coordinate representation of color #AF2AB4: hue angle of 297.83º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2AB4 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 42 180 -
CMYK 0.03 0.77 0 0.29
HSL 297.83º 0.62% 0.44% -
HSV(B) 297.83º 0.77% 0.71% -
XYZ 26.75 14.07 44.49 -
YUV 97.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 175 42 180 0.03 0.77 0 0.29 297.83 0.62 0.44
Hex AF 2A B4 3 4D 0 1D 12A 3E 2C
Octal 257 52 264 3 115 0 35 452 76 54
Binary 10101111 101010 10110100 11 1001101 0 11101 100101010 111110 101100

Color Harmonies of #AF2AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2AB4

Black with #AF2AB4

Text Example


Text Example

White with #AF2AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2AB4; }

 p { color: rgb(175,42,180); }

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

background-color css

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

 a { background-color: rgb(175,42,180); }

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

border-color css

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

 span { border-color: rgb(175,42,180); }

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