Html Css Color HEX #A52DDB Dark Orchid

📋 copy color: '#A52DDB'

red 165 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #A52DDB

Tints of Dark Orchid #A52DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 38.46%
G = 10.49%
B = 51.05%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A52DDB (or 0xA52DDB) is known color: Dark Orchid. HEX triplet: A5, 2D and DB. RGB value is (165,45,219). Sum of RGB (Red+Green+Blue) = 165+45+219=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #A52DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DDB is #5AD224. Grayscale: #646464. Windows color (decimal): -5952037 or 14364069. OLE color: 14364069.

HSL color Cylindrical-coordinate representation of color #A52DDB: hue angle of 281.38º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52DDB is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 45 219 -
CMYK 0.25 0.79 0 0.14
HSL 281.38º 0.71% 0.52% -
HSV(B) 281.38º 0.79% 0.86% -
XYZ 29.24 14.99 68.37 -
YUV 100.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 165 45 219 0.25 0.79 0 0.14 281.38 0.71 0.52
Hex A5 2D DB 19 4F 0 E 119 47 34
Octal 245 55 333 31 117 0 16 431 107 64
Binary 10100101 101101 11011011 11001 1001111 0 1110 100011001 1000111 110100

Color Harmonies of #A52DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DDB

Black with #A52DDB

Text Example


Text Example

White with #A52DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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