Html Css Color HEX #AF1ECF Dark Orchid

📋 copy color: '#AF1ECF'

red 175 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #AF1ECF

Tints of Dark Orchid #AF1ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.28%

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

R = 42.48%
G = 7.28%
B = 50.24%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF1ECF (or 0xAF1ECF) is known color: Dark Orchid. HEX triplet: AF, 1E and CF. RGB value is (175,30,207). Sum of RGB (Red+Green+Blue) = 175+30+207=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF1ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ECF is #50E130. Grayscale: #5C5C5C. Windows color (decimal): -5300529 or 13573807. OLE color: 13573807.

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

Color convert

RGB 175 30 207 -
CMYK 0.15 0.86 0 0.19
HSL 289.15º 0.75% 0.46% -
HSV(B) 289.15º 0.86% 0.81% -
XYZ 29.41 14.55 60.29 -
YUV 93.53 192.04 186.11 -
System Red Green Blue C M Y K H S L
Decimal 175 30 207 0.15 0.86 0 0.19 289.15 0.75 0.46
Hex AF 1E CF F 56 0 13 121 4B 2E
Octal 257 36 317 17 126 0 23 441 113 56
Binary 10101111 11110 11001111 1111 1010110 0 10011 100100001 1001011 101110

Color Harmonies of #AF1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1ECF

Black with #AF1ECF

Text Example


Text Example

White with #AF1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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