Html Css Color HEX #AF39E1 Dark Orchid

📋 copy color: '#AF39E1'

red 175 ◦ green 57 ◦ blue 225

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

Shades of Dark Orchid #AF39E1

Tints of Dark Orchid #AF39E1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.47%

 BLUE value IS 225 (88.28% from 255) = 49.23%

R = 38.29%
G = 12.47%
B = 49.23%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF39E1 (or 0xAF39E1) is known color: Dark Orchid. HEX triplet: AF, 39 and E1. RGB value is (175,57,225). Sum of RGB (Red+Green+Blue) = 175+57+225=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF39E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39E1 is #50C61E. Grayscale: #6E6E6E. Windows color (decimal): -5293599 or 14760367. OLE color: 14760367.

HSL color Cylindrical-coordinate representation of color #AF39E1: hue angle of 282.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF39E1 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 57 225 -
CMYK 0.22 0.75 0 0.12
HSL 282.14º 0.74% 0.55% -
HSV(B) 282.14º 0.75% 0.88% -
XYZ 32.73 17.48 72.88 -
YUV 111.43 192.09 173.34 -
System Red Green Blue C M Y K H S L
Decimal 175 57 225 0.22 0.75 0 0.12 282.14 0.74 0.55
Hex AF 39 E1 16 4B 0 C 11A 4A 37
Octal 257 71 341 26 113 0 14 432 112 67
Binary 10101111 111001 11100001 10110 1001011 0 1100 100011010 1001010 110111

Color Harmonies of #AF39E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39E1

Black with #AF39E1

Text Example


Text Example

White with #AF39E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39E1; }

 p { color: rgb(175,57,225); }

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

background-color css

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

 a { background-color: rgb(175,57,225); }

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

border-color css

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

 span { border-color: rgb(175,57,225); }

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