Html Css Color HEX #A52DDE Dark Orchid

📋 copy color: '#A52DDE'

red 165 ◦ green 45 ◦ blue 222

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

Shades of Dark Orchid #A52DDE

Tints of Dark Orchid #A52DDE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.42%

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

R = 38.19%
G = 10.42%
B = 51.39%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A52DDE (or 0xA52DDE) is known color: Dark Orchid. HEX triplet: A5, 2D and DE. RGB value is (165,45,222). Sum of RGB (Red+Green+Blue) = 165+45+222=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #A52DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DDE is #5AD221. Grayscale: #646464. Windows color (decimal): -5952034 or 14560677. OLE color: 14560677.

HSL color Cylindrical-coordinate representation of color #A52DDE: hue angle of 280.68º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52DDE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 45 222 -
CMYK 0.26 0.80 0 0.13
HSL 280.68º 0.73% 0.52% -
HSV(B) 280.68º 0.8% 0.87% -
XYZ 29.64 15.15 70.47 -
YUV 101.06 196.26 173.61 -
System Red Green Blue C M Y K H S L
Decimal 165 45 222 0.26 0.80 0 0.13 280.68 0.73 0.52
Hex A5 2D DE 1A 50 0 D 119 49 34
Octal 245 55 336 32 120 0 15 431 111 64
Binary 10100101 101101 11011110 11010 1010000 0 1101 100011001 1001001 110100

Color Harmonies of #A52DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DDE

Black with #A52DDE

Text Example


Text Example

White with #A52DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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