Html Css Color HEX #AF1BD8 Dark Orchid

📋 copy color: '#AF1BD8'

red 175 ◦ green 27 ◦ blue 216

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

Shades of Dark Orchid #AF1BD8

Tints of Dark Orchid #AF1BD8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.46%

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

R = 41.87%
G = 6.46%
B = 51.67%

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

#AF1BD8 (or 0xAF1BD8) is known color: Dark Orchid. HEX triplet: AF, 1B and D8. RGB value is (175,27,216). Sum of RGB (Red+Green+Blue) = 175+27+216=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF1BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BD8 is #50E427. Grayscale: #5C5C5C. Windows color (decimal): -5301288 or 14162863. OLE color: 14162863.

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

Color convert

RGB 175 27 216 -
CMYK 0.19 0.88 0 0.15
HSL 286.98º 0.78% 0.48% -
HSV(B) 286.98º 0.88% 0.85% -
XYZ 30.47 14.86 66.23 -
YUV 92.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 175 27 216 0.19 0.88 0 0.15 286.98 0.78 0.48
Hex AF 1B D8 13 58 0 F 11F 4E 30
Octal 257 33 330 23 130 0 17 437 116 60
Binary 10101111 11011 11011000 10011 1011000 0 1111 100011111 1001110 110000

Color Harmonies of #AF1BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BD8

Black with #AF1BD8

Text Example


Text Example

White with #AF1BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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