Html Css Color HEX #AF38D9 Dark Orchid

📋 copy color: '#AF38D9'

red 175 ◦ green 56 ◦ blue 217

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

Shades of Dark Orchid #AF38D9

Tints of Dark Orchid #AF38D9

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.5%

 BLUE value IS 217 (85.16% from 255) = 48.44%

R = 39.06%
G = 12.5%
B = 48.44%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF38D9 (or 0xAF38D9) is known color: Dark Orchid. HEX triplet: AF, 38 and D9. RGB value is (175,56,217). Sum of RGB (Red+Green+Blue) = 175+56+217=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF38D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38D9 is #50C726. Grayscale: #6D6D6D. Windows color (decimal): -5293863 or 14235823. OLE color: 14235823.

HSL color Cylindrical-coordinate representation of color #AF38D9: hue angle of 284.35º degrees, saturation: 0.68, 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 #AF38D9 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 56 217 -
CMYK 0.19 0.74 0 0.15
HSL 284.35º 0.68% 0.54% -
HSV(B) 284.35º 0.74% 0.85% -
XYZ 31.62 16.95 67.25 -
YUV 109.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 175 56 217 0.19 0.74 0 0.15 284.35 0.68 0.54
Hex AF 38 D9 13 4A 0 F 11C 44 36
Octal 257 70 331 23 112 0 17 434 104 66
Binary 10101111 111000 11011001 10011 1001010 0 1111 100011100 1000100 110110

Color Harmonies of #AF38D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38D9

Black with #AF38D9

Text Example


Text Example

White with #AF38D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38D9; }

 p { color: rgb(175,56,217); }

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

background-color css

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

 a { background-color: rgb(175,56,217); }

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

border-color css

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

 span { border-color: rgb(175,56,217); }

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