Html Css Color HEX #AF36E3 Dark Orchid

📋 copy color: '#AF36E3'

red 175 ◦ green 54 ◦ blue 227

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

Shades of Dark Orchid #AF36E3

Tints of Dark Orchid #AF36E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 49.78%

R = 38.38%
G = 11.84%
B = 49.78%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF36E3 (or 0xAF36E3) is known color: Dark Orchid. HEX triplet: AF, 36 and E3. RGB value is (175,54,227). Sum of RGB (Red+Green+Blue) = 175+54+227=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 227 (89.06% from 255 or 49.78% from 456); Max value from RGB is 227 - color contains mainly: blue. Hex color #AF36E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF36E3 is #50C91C. Grayscale: #6D6D6D. Windows color (decimal): -5294365 or 14890671. OLE color: 14890671.

HSL color Cylindrical-coordinate representation of color #AF36E3: hue angle of 281.97º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF36E3 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 54 227 -
CMYK 0.23 0.76 0 0.11
HSL 281.97º 0.76% 0.55% -
HSV(B) 281.97º 0.76% 0.89% -
XYZ 32.86 17.3 74.28 -
YUV 109.9 194.09 174.43 -
System Red Green Blue C M Y K H S L
Decimal 175 54 227 0.23 0.76 0 0.11 281.97 0.76 0.55
Hex AF 36 E3 17 4C 0 B 11A 4C 37
Octal 257 66 343 27 114 0 13 432 114 67
Binary 10101111 110110 11100011 10111 1001100 0 1011 100011010 1001100 110111

Color Harmonies of #AF36E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF36E3

Black with #AF36E3

Text Example


Text Example

White with #AF36E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF36E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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