Html Css Color HEX #A52BDE Dark Orchid

📋 copy color: '#A52BDE'

red 165 ◦ green 43 ◦ blue 222

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

Shades of Dark Orchid #A52BDE

Tints of Dark Orchid #A52BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10%

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

R = 38.37%
G = 10%
B = 51.63%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A52BDE (or 0xA52BDE) is known color: Dark Orchid. HEX triplet: A5, 2B and DE. RGB value is (165,43,222). Sum of RGB (Red+Green+Blue) = 165+43+222=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #A52BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BDE is #5AD421. Grayscale: #636363. Windows color (decimal): -5952546 or 14560165. OLE color: 14560165.

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

Color convert

RGB 165 43 222 -
CMYK 0.26 0.81 0 0.13
HSL 280.89º 0.73% 0.52% -
HSV(B) 280.89º 0.81% 0.87% -
XYZ 29.57 15 70.44 -
YUV 99.88 196.92 174.45 -
System Red Green Blue C M Y K H S L
Decimal 165 43 222 0.26 0.81 0 0.13 280.89 0.73 0.52
Hex A5 2B DE 1A 51 0 D 119 49 34
Octal 245 53 336 32 121 0 15 431 111 64
Binary 10100101 101011 11011110 11010 1010001 0 1101 100011001 1001001 110100

Color Harmonies of #A52BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BDE

Black with #A52BDE

Text Example


Text Example

White with #A52BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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