Html Css Color HEX #A332DD Dark Orchid

📋 copy color: '#A332DD'

red 163 ◦ green 50 ◦ blue 221

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

Shades of Dark Orchid #A332DD

Tints of Dark Orchid #A332DD

RGB

 RED value IS 163 (64.06% from 255) = 37.56%

 GREEN value IS 50 (19.92% from 255) = 11.52%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 37.56%
G = 11.52%
B = 50.92%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A332DD (or 0xA332DD) is known color: Dark Orchid. HEX triplet: A3, 32 and DD. RGB value is (163,50,221). Sum of RGB (Red+Green+Blue) = 163+50+221=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #A332DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332DD is #5CCD22. Grayscale: #666666. Windows color (decimal): -6081827 or 14496419. OLE color: 14496419.

HSL color Cylindrical-coordinate representation of color #A332DD: hue angle of 279.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A332DD is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 50 221 -
CMYK 0.26 0.77 0 0.13
HSL 279.65º 0.72% 0.53% -
HSV(B) 279.65º 0.77% 0.87% -
XYZ 29.3 15.29 69.81 -
YUV 103.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 163 50 221 0.26 0.77 0 0.13 279.65 0.72 0.53
Hex A3 32 DD 1A 4D 0 D 118 48 35
Octal 243 62 335 32 115 0 15 430 110 65
Binary 10100011 110010 11011101 11010 1001101 0 1101 100011000 1001000 110101

Color Harmonies of #A332DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A332DD

Black with #A332DD

Text Example


Text Example

White with #A332DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A332DD; }

 p { color: rgb(163,50,221); }

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

background-color css

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

 a { background-color: rgb(163,50,221); }

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

border-color css

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

 span { border-color: rgb(163,50,221); }

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