Html Css Color HEX #A532DE Dark Orchid

📋 copy color: '#A532DE'

red 165 ◦ green 50 ◦ blue 222

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

Shades of Dark Orchid #A532DE

Tints of Dark Orchid #A532DE

RGB

 RED value IS 165 (64.84% from 255) = 37.76%

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 37.76%
G = 11.44%
B = 50.8%

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

#A532DE (or 0xA532DE) is known color: Dark Orchid. HEX triplet: A5, 32 and DE. RGB value is (165,50,222). Sum of RGB (Red+Green+Blue) = 165+50+222=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #A532DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A532DE is #5ACD21. Grayscale: #676767. Windows color (decimal): -5950754 or 14561957. OLE color: 14561957.

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

Color convert

RGB 165 50 222 -
CMYK 0.26 0.77 0 0.13
HSL 280.12º 0.72% 0.53% -
HSV(B) 280.12º 0.77% 0.87% -
XYZ 29.84 15.55 70.54 -
YUV 103.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 165 50 222 0.26 0.77 0 0.13 280.12 0.72 0.53
Hex A5 32 DE 1A 4D 0 D 118 48 35
Octal 245 62 336 32 115 0 15 430 110 65
Binary 10100101 110010 11011110 11010 1001101 0 1101 100011000 1001000 110101

Color Harmonies of #A532DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A532DE

Black with #A532DE

Text Example


Text Example

White with #A532DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A532DE; }

 p { color: rgb(165,50,222); }

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

background-color css

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

 a { background-color: rgb(165,50,222); }

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

border-color css

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

 span { border-color: rgb(165,50,222); }

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