Html Css Color HEX #AF31DA Dark Orchid

📋 copy color: '#AF31DA'

red 175 ◦ green 49 ◦ blue 218

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

Shades of Dark Orchid #AF31DA

Tints of Dark Orchid #AF31DA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.09%

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

R = 39.59%
G = 11.09%
B = 49.32%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF31DA (or 0xAF31DA) is known color: Dark Orchid. HEX triplet: AF, 31 and DA. RGB value is (175,49,218). Sum of RGB (Red+Green+Blue) = 175+49+218=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF31DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31DA is #50CE25. Grayscale: #696969. Windows color (decimal): -5295654 or 14299567. OLE color: 14299567.

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

Color convert

RGB 175 49 218 -
CMYK 0.20 0.78 0 0.15
HSL 284.73º 0.7% 0.52% -
HSV(B) 284.73º 0.78% 0.85% -
XYZ 31.43 16.37 67.83 -
YUV 105.94 191.24 177.26 -
System Red Green Blue C M Y K H S L
Decimal 175 49 218 0.20 0.78 0 0.15 284.73 0.7 0.52
Hex AF 31 DA 14 4E 0 F 11D 46 34
Octal 257 61 332 24 116 0 17 435 106 64
Binary 10101111 110001 11011010 10100 1001110 0 1111 100011101 1000110 110100

Color Harmonies of #AF31DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31DA

Black with #AF31DA

Text Example


Text Example

White with #AF31DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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