Html Css Color HEX #AF2FCF Dark Orchid

📋 copy color: '#AF2FCF'

red 175 ◦ green 47 ◦ blue 207

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

Shades of Dark Orchid #AF2FCF

Tints of Dark Orchid #AF2FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.96%

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 40.79%
G = 10.96%
B = 48.25%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF2FCF (or 0xAF2FCF) is known color: Dark Orchid. HEX triplet: AF, 2F and CF. RGB value is (175,47,207). Sum of RGB (Red+Green+Blue) = 175+47+207=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF2FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FCF is #50D030. Grayscale: #666666. Windows color (decimal): -5296177 or 13578159. OLE color: 13578159.

HSL color Cylindrical-coordinate representation of color #AF2FCF: hue angle of 288º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2FCF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 47 207 -
CMYK 0.15 0.77 0 0.19
HSL 288º 0.63% 0.5% -
HSV(B) 288º 0.77% 0.81% -
XYZ 29.96 15.65 60.47 -
YUV 103.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 175 47 207 0.15 0.77 0 0.19 288 0.63 0.5
Hex AF 2F CF F 4D 0 13 120 3F 32
Octal 257 57 317 17 115 0 23 440 77 62
Binary 10101111 101111 11001111 1111 1001101 0 10011 100100000 111111 110010

Color Harmonies of #AF2FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FCF

Black with #AF2FCF

Text Example


Text Example

White with #AF2FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FCF; }

 p { color: rgb(175,47,207); }

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

background-color css

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

 a { background-color: rgb(175,47,207); }

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

border-color css

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

 span { border-color: rgb(175,47,207); }

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