Html Css Color HEX #AF1CCB Dark Orchid

📋 copy color: '#AF1CCB'

red 175 ◦ green 28 ◦ blue 203

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

Shades of Dark Orchid #AF1CCB

Tints of Dark Orchid #AF1CCB

RGB

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

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

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

R = 43.1%
G = 6.9%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF1CCB (or 0xAF1CCB) is known color: Dark Orchid. HEX triplet: AF, 1C and CB. RGB value is (175,28,203). Sum of RGB (Red+Green+Blue) = 175+28+203=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF1CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CCB is #50E334. Grayscale: #5B5B5B. Windows color (decimal): -5301045 or 13311151. OLE color: 13311151.

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

Color convert

RGB 175 28 203 -
CMYK 0.14 0.86 0 0.20
HSL 290.4º 0.76% 0.45% -
HSV(B) 290.4º 0.86% 0.8% -
XYZ 28.87 14.26 57.73 -
YUV 91.9 190.7 187.27 -
System Red Green Blue C M Y K H S L
Decimal 175 28 203 0.14 0.86 0 0.20 290.4 0.76 0.45
Hex AF 1C CB E 56 0 14 122 4C 2D
Octal 257 34 313 16 126 0 24 442 114 55
Binary 10101111 11100 11001011 1110 1010110 0 10100 100100010 1001100 101101

Color Harmonies of #AF1CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CCB

Black with #AF1CCB

Text Example


Text Example

White with #AF1CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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