Html Css Color HEX #AF1CCF Dark Orchid

📋 copy color: '#AF1CCF'

red 175 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #AF1CCF

Tints of Dark Orchid #AF1CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

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

R = 42.68%
G = 6.83%
B = 50.49%

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

#AF1CCF (or 0xAF1CCF) is known color: Dark Orchid. HEX triplet: AF, 1C and CF. RGB value is (175,28,207). Sum of RGB (Red+Green+Blue) = 175+28+207=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF1CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CCF is #50E330. Grayscale: #5B5B5B. Windows color (decimal): -5301041 or 13573295. OLE color: 13573295.

HSL color Cylindrical-coordinate representation of color #AF1CCF: hue angle of 289.27º degrees, saturation: 0.76, 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 #AF1CCF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 28 207 -
CMYK 0.15 0.86 0 0.19
HSL 289.27º 0.76% 0.46% -
HSV(B) 289.27º 0.86% 0.81% -
XYZ 29.36 14.45 60.27 -
YUV 92.36 192.7 186.95 -
System Red Green Blue C M Y K H S L
Decimal 175 28 207 0.15 0.86 0 0.19 289.27 0.76 0.46
Hex AF 1C CF F 56 0 13 121 4C 2E
Octal 257 34 317 17 126 0 23 441 114 56
Binary 10101111 11100 11001111 1111 1010110 0 10011 100100001 1001100 101110

Color Harmonies of #AF1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CCF

Black with #AF1CCF

Text Example


Text Example

White with #AF1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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