Html Css Color HEX #A933DA Dark Orchid

📋 copy color: '#A933DA'

red 169 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #A933DA

Tints of Dark Orchid #A933DA

RGB

 RED value IS 169 (66.41% from 255) = 38.58%

 GREEN value IS 51 (20.31% from 255) = 11.64%

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

R = 38.58%
G = 11.64%
B = 49.77%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A933DA (or 0xA933DA) is known color: Dark Orchid. HEX triplet: A9, 33 and DA. RGB value is (169,51,218). Sum of RGB (Red+Green+Blue) = 169+51+218=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #A933DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933DA is #56CC25. Grayscale: #686868. Windows color (decimal): -5688358 or 14300073. OLE color: 14300073.

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

Color convert

RGB 169 51 218 -
CMYK 0.22 0.77 0 0.15
HSL 282.4º 0.69% 0.53% -
HSV(B) 282.4º 0.77% 0.85% -
XYZ 30.2 15.86 67.8 -
YUV 105.32 191.59 173.42 -
System Red Green Blue C M Y K H S L
Decimal 169 51 218 0.22 0.77 0 0.15 282.4 0.69 0.53
Hex A9 33 DA 16 4D 0 F 11A 45 35
Octal 251 63 332 26 115 0 17 432 105 65
Binary 10101001 110011 11011010 10110 1001101 0 1111 100011010 1000101 110101

Color Harmonies of #A933DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A933DA

Black with #A933DA

Text Example


Text Example

White with #A933DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A933DA; }

 p { color: rgb(169,51,218); }

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

background-color css

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

 a { background-color: rgb(169,51,218); }

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

border-color css

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

 span { border-color: rgb(169,51,218); }

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