Html Css Color HEX #AF39DA Dark Orchid

📋 copy color: '#AF39DA'

red 175 ◦ green 57 ◦ blue 218

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

Shades of Dark Orchid #AF39DA

Tints of Dark Orchid #AF39DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 38.89%
G = 12.67%
B = 48.44%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF39DA (or 0xAF39DA) is known color: Dark Orchid. HEX triplet: AF, 39 and DA. RGB value is (175,57,218). Sum of RGB (Red+Green+Blue) = 175+57+218=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF39DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF39DA is #50C625. Grayscale: #6E6E6E. Windows color (decimal): -5293606 or 14301615. OLE color: 14301615.

HSL color Cylindrical-coordinate representation of color #AF39DA: hue angle of 283.98º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF39DA is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 57 218 -
CMYK 0.20 0.74 0 0.15
HSL 283.98º 0.69% 0.54% -
HSV(B) 283.98º 0.74% 0.85% -
XYZ 31.8 17.1 67.95 -
YUV 110.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 175 57 218 0.20 0.74 0 0.15 283.98 0.69 0.54
Hex AF 39 DA 14 4A 0 F 11C 45 36
Octal 257 71 332 24 112 0 17 434 105 66
Binary 10101111 111001 11011010 10100 1001010 0 1111 100011100 1000101 110110

Color Harmonies of #AF39DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF39DA

Black with #AF39DA

Text Example


Text Example

White with #AF39DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF39DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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