Html Css Color HEX #AF1AD8 Dark Orchid

📋 copy color: '#AF1AD8'

red 175 ◦ green 26 ◦ blue 216

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

Shades of Dark Orchid #AF1AD8

Tints of Dark Orchid #AF1AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.8%

R = 41.97%
G = 6.24%
B = 51.8%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF1AD8 (or 0xAF1AD8) is known color: Dark Orchid. HEX triplet: AF, 1A and D8. RGB value is (175,26,216). Sum of RGB (Red+Green+Blue) = 175+26+216=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF1AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AD8 is #50E527. Grayscale: #5B5B5B. Windows color (decimal): -5301544 or 14162607. OLE color: 14162607.

HSL color Cylindrical-coordinate representation of color #AF1AD8: hue angle of 287.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1AD8 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 26 216 -
CMYK 0.19 0.88 0 0.15
HSL 287.05º 0.79% 0.47% -
HSV(B) 287.05º 0.88% 0.85% -
XYZ 30.44 14.81 66.22 -
YUV 92.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 175 26 216 0.19 0.88 0 0.15 287.05 0.79 0.47
Hex AF 1A D8 13 58 0 F 11F 4F 2F
Octal 257 32 330 23 130 0 17 437 117 57
Binary 10101111 11010 11011000 10011 1011000 0 1111 100011111 1001111 101111

Color Harmonies of #AF1AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AD8

Black with #AF1AD8

Text Example


Text Example

White with #AF1AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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