Html Css Color HEX #A132DA Dark Orchid

📋 copy color: '#A132DA'

red 161 ◦ green 50 ◦ blue 218

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

Shades of Dark Orchid #A132DA

Tints of Dark Orchid #A132DA

RGB

 RED value IS 161 (63.28% from 255) = 37.53%

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

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

R = 37.53%
G = 11.66%
B = 50.82%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A132DA (or 0xA132DA) is known color: Dark Orchid. HEX triplet: A1, 32 and DA. RGB value is (161,50,218). Sum of RGB (Red+Green+Blue) = 161+50+218=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #A132DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132DA is #5ECD25. Grayscale: #656565. Windows color (decimal): -6212902 or 14299809. OLE color: 14299809.

HSL color Cylindrical-coordinate representation of color #A132DA: hue angle of 279.64º 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 #A132DA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 50 218 -
CMYK 0.26 0.77 0 0.15
HSL 279.64º 0.69% 0.53% -
HSV(B) 279.64º 0.77% 0.85% -
XYZ 28.49 14.92 67.71 -
YUV 102.34 193.27 169.84 -
System Red Green Blue C M Y K H S L
Decimal 161 50 218 0.26 0.77 0 0.15 279.64 0.69 0.53
Hex A1 32 DA 1A 4D 0 F 118 45 35
Octal 241 62 332 32 115 0 17 430 105 65
Binary 10100001 110010 11011010 11010 1001101 0 1111 100011000 1000101 110101

Color Harmonies of #A132DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A132DA

Black with #A132DA

Text Example


Text Example

White with #A132DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A132DA; }

 p { color: rgb(161,50,218); }

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

background-color css

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

 a { background-color: rgb(161,50,218); }

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

border-color css

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

 span { border-color: rgb(161,50,218); }

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