Html Css Color HEX #AF1ACB Dark Orchid

📋 copy color: '#AF1ACB'

red 175 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #AF1ACB

Tints of Dark Orchid #AF1ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.44%

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

R = 43.32%
G = 6.44%
B = 50.25%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF1ACB (or 0xAF1ACB) is known color: Dark Orchid. HEX triplet: AF, 1A and CB. RGB value is (175,26,203). Sum of RGB (Red+Green+Blue) = 175+26+203=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF1ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1ACB is #50E534. Grayscale: #5A5A5A. Windows color (decimal): -5301557 or 13310639. OLE color: 13310639.

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

Color convert

RGB 175 26 203 -
CMYK 0.14 0.87 0 0.20
HSL 290.51º 0.77% 0.45% -
HSV(B) 290.51º 0.87% 0.8% -
XYZ 28.83 14.16 57.71 -
YUV 90.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 175 26 203 0.14 0.87 0 0.20 290.51 0.77 0.45
Hex AF 1A CB E 57 0 14 123 4D 2D
Octal 257 32 313 16 127 0 24 443 115 55
Binary 10101111 11010 11001011 1110 1010111 0 10100 100100011 1001101 101101

Color Harmonies of #AF1ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1ACB

Black with #AF1ACB

Text Example


Text Example

White with #AF1ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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