Html Css Color HEX #AF2ACB Dark Orchid

📋 copy color: '#AF2ACB'

red 175 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #AF2ACB

Tints of Dark Orchid #AF2ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 41.67%
G = 10%
B = 48.33%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF2ACB (or 0xAF2ACB) is known color: Dark Orchid. HEX triplet: AF, 2A and CB. RGB value is (175,42,203). Sum of RGB (Red+Green+Blue) = 175+42+203=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF2ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2ACB is #50D534. Grayscale: #636363. Windows color (decimal): -5297461 or 13314735. OLE color: 13314735.

HSL color Cylindrical-coordinate representation of color #AF2ACB: hue angle of 289.57º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2ACB is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 42 203 -
CMYK 0.14 0.79 0 0.20
HSL 289.57º 0.66% 0.48% -
HSV(B) 289.57º 0.79% 0.8% -
XYZ 29.29 15.08 57.87 -
YUV 100.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 175 42 203 0.14 0.79 0 0.20 289.57 0.66 0.48
Hex AF 2A CB E 4F 0 14 122 42 30
Octal 257 52 313 16 117 0 24 442 102 60
Binary 10101111 101010 11001011 1110 1001111 0 10100 100100010 1000010 110000

Color Harmonies of #AF2ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2ACB

Black with #AF2ACB

Text Example


Text Example

White with #AF2ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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