Html Css Color HEX #AF07CB Dark Violet

📋 copy color: '#AF07CB'

red 175 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #AF07CB

Tints of Dark Violet #AF07CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.82%

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

R = 45.45%
G = 1.82%
B = 52.73%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF07CB (or 0xAF07CB) is known color: Dark Violet. HEX triplet: AF, 07 and CB. RGB value is (175,7,203). Sum of RGB (Red+Green+Blue) = 175+7+203=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF07CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF07CB is #50F834. Grayscale: #4E4E4E. Windows color (decimal): -5306421 or 13305775. OLE color: 13305775.

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

Color convert

RGB 175 7 203 -
CMYK 0.14 0.97 0 0.20
HSL 291.43º 0.93% 0.41% -
HSV(B) 291.43º 0.97% 0.8% -
XYZ 28.53 13.58 57.62 -
YUV 79.58 197.66 196.06 -
System Red Green Blue C M Y K H S L
Decimal 175 7 203 0.14 0.97 0 0.20 291.43 0.93 0.41
Hex AF 7 CB E 61 0 14 123 5D 29
Octal 257 7 313 16 141 0 24 443 135 51
Binary 10101111 111 11001011 1110 1100001 0 10100 100100011 1011101 101001

Color Harmonies of #AF07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07CB

Black with #AF07CB

Text Example


Text Example

White with #AF07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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