Html Css Color HEX #A52BDA Dark Orchid

📋 copy color: '#A52BDA'

red 165 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #A52BDA

Tints of Dark Orchid #A52BDA

RGB

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

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

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

R = 38.73%
G = 10.09%
B = 51.17%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A52BDA (or 0xA52BDA) is known color: Dark Orchid. HEX triplet: A5, 2B and DA. RGB value is (165,43,218). Sum of RGB (Red+Green+Blue) = 165+43+218=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #A52BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BDA is #5AD425. Grayscale: #626262. Windows color (decimal): -5952550 or 14298021. OLE color: 14298021.

HSL color Cylindrical-coordinate representation of color #A52BDA: hue angle of 281.83º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52BDA is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 43 218 -
CMYK 0.24 0.80 0 0.15
HSL 281.83º 0.7% 0.51% -
HSV(B) 281.83º 0.8% 0.85% -
XYZ 29.04 14.79 67.65 -
YUV 99.43 194.92 174.77 -
System Red Green Blue C M Y K H S L
Decimal 165 43 218 0.24 0.80 0 0.15 281.83 0.7 0.51
Hex A5 2B DA 18 50 0 F 11A 46 33
Octal 245 53 332 30 120 0 17 432 106 63
Binary 10100101 101011 11011010 11000 1010000 0 1111 100011010 1000110 110011

Color Harmonies of #A52BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BDA

Black with #A52BDA

Text Example


Text Example

White with #A52BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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