Html Css Color HEX #AF38D6 Dark Orchid

📋 copy color: '#AF38D6'

red 175 ◦ green 56 ◦ blue 214

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

Shades of Dark Orchid #AF38D6

Tints of Dark Orchid #AF38D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 39.33%
G = 12.58%
B = 48.09%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF38D6 (or 0xAF38D6) is known color: Dark Orchid. HEX triplet: AF, 38 and D6. RGB value is (175,56,214). Sum of RGB (Red+Green+Blue) = 175+56+214=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF38D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38D6 is #50C729. Grayscale: #6D6D6D. Windows color (decimal): -5293866 or 14039215. OLE color: 14039215.

HSL color Cylindrical-coordinate representation of color #AF38D6: hue angle of 285.19º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF38D6 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 56 214 -
CMYK 0.18 0.74 0 0.16
HSL 285.19º 0.66% 0.53% -
HSV(B) 285.19º 0.74% 0.84% -
XYZ 31.23 16.8 65.21 -
YUV 109.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 175 56 214 0.18 0.74 0 0.16 285.19 0.66 0.53
Hex AF 38 D6 12 4A 0 10 11D 42 35
Octal 257 70 326 22 112 0 20 435 102 65
Binary 10101111 111000 11010110 10010 1001010 0 10000 100011101 1000010 110101

Color Harmonies of #AF38D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38D6

Black with #AF38D6

Text Example


Text Example

White with #AF38D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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