Html Css Color HEX #AF1AC0 Dark Orchid

📋 copy color: '#AF1AC0'

red 175 ◦ green 26 ◦ blue 192

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

Shades of Dark Orchid #AF1AC0

Tints of Dark Orchid #AF1AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 44.53%
G = 6.62%
B = 48.85%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF1AC0 (or 0xAF1AC0) is known color: Dark Orchid. HEX triplet: AF, 1A and C0. RGB value is (175,26,192). Sum of RGB (Red+Green+Blue) = 175+26+192=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF1AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AC0 is #50E53F. Grayscale: #585858. Windows color (decimal): -5301568 or 12589743. OLE color: 12589743.

HSL color Cylindrical-coordinate representation of color #AF1AC0: hue angle of 293.86º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1AC0 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 26 192 -
CMYK 0.09 0.86 0 0.25
HSL 293.86º 0.76% 0.43% -
HSV(B) 293.86º 0.86% 0.75% -
XYZ 27.56 13.66 51.05 -
YUV 89.48 185.86 189 -
System Red Green Blue C M Y K H S L
Decimal 175 26 192 0.09 0.86 0 0.25 293.86 0.76 0.43
Hex AF 1A C0 9 56 0 19 126 4C 2B
Octal 257 32 300 11 126 0 31 446 114 53
Binary 10101111 11010 11000000 1001 1010110 0 11001 100100110 1001100 101011

Color Harmonies of #AF1AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AC0

Black with #AF1AC0

Text Example


Text Example

White with #AF1AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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