Html Css Color HEX #AF36BA Dark Orchid

📋 copy color: '#AF36BA'

red 175 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #AF36BA

Tints of Dark Orchid #AF36BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.01%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 42.17%
G = 13.01%
B = 44.82%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF36BA (or 0xAF36BA) is known color: Dark Orchid. HEX triplet: AF, 36 and BA. RGB value is (175,54,186). Sum of RGB (Red+Green+Blue) = 175+54+186=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF36BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36BA is #50C945. Grayscale: #686868. Windows color (decimal): -5294406 or 12203695. OLE color: 12203695.

HSL color Cylindrical-coordinate representation of color #AF36BA: hue angle of 295º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF36BA is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 54 186 -
CMYK 0.06 0.71 0 0.27
HSL 295º 0.55% 0.47% -
HSV(B) 295º 0.71% 0.73% -
XYZ 27.86 15.3 47.94 -
YUV 105.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 175 54 186 0.06 0.71 0 0.27 295 0.55 0.47
Hex AF 36 BA 6 47 0 1B 127 37 2F
Octal 257 66 272 6 107 0 33 447 67 57
Binary 10101111 110110 10111010 110 1000111 0 11011 100100111 110111 101111

Color Harmonies of #AF36BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36BA

Black with #AF36BA

Text Example


Text Example

White with #AF36BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36BA; }

 p { color: rgb(175,54,186); }

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

background-color css

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

 a { background-color: rgb(175,54,186); }

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

border-color css

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

 span { border-color: rgb(175,54,186); }

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