Html Css Color HEX #A525DB Dark Orchid

📋 copy color: '#A525DB'

red 165 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #A525DB

Tints of Dark Orchid #A525DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.79%

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

R = 39.19%
G = 8.79%
B = 52.02%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A525DB (or 0xA525DB) is known color: Dark Orchid. HEX triplet: A5, 25 and DB. RGB value is (165,37,219). Sum of RGB (Red+Green+Blue) = 165+37+219=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #A525DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525DB is #5ADA24. Grayscale: #5F5F5F. Windows color (decimal): -5954085 or 14362021. OLE color: 14362021.

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

Color convert

RGB 165 37 219 -
CMYK 0.25 0.83 0 0.14
HSL 282.2º 0.72% 0.5% -
HSV(B) 282.2º 0.83% 0.86% -
XYZ 28.96 14.44 68.28 -
YUV 96.02 197.41 177.2 -
System Red Green Blue C M Y K H S L
Decimal 165 37 219 0.25 0.83 0 0.14 282.2 0.72 0.5
Hex A5 25 DB 19 53 0 E 11A 48 32
Octal 245 45 333 31 123 0 16 432 110 62
Binary 10100101 100101 11011011 11001 1010011 0 1110 100011010 1001000 110010

Color Harmonies of #A525DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525DB

Black with #A525DB

Text Example


Text Example

White with #A525DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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