Html Css Color HEX #A52ABF Dark Orchid

📋 copy color: '#A52ABF'

red 165 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #A52ABF

Tints of Dark Orchid #A52ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.55%

 BLUE value IS 191 (75% from 255) = 47.99%

R = 41.46%
G = 10.55%
B = 47.99%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A52ABF (or 0xA52ABF) is known color: Dark Orchid. HEX triplet: A5, 2A and BF. RGB value is (165,42,191). Sum of RGB (Red+Green+Blue) = 165+42+191=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #A52ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ABF is #5AD540. Grayscale: #5F5F5F. Windows color (decimal): -5952833 or 12528293. OLE color: 12528293.

HSL color Cylindrical-coordinate representation of color #A52ABF: hue angle of 289.53º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52ABF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 42 191 -
CMYK 0.14 0.78 0 0.25
HSL 289.53º 0.64% 0.46% -
HSV(B) 289.53º 0.78% 0.75% -
XYZ 25.75 13.42 50.52 -
YUV 95.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 165 42 191 0.14 0.78 0 0.25 289.53 0.64 0.46
Hex A5 2A BF E 4E 0 19 122 40 2E
Octal 245 52 277 16 116 0 31 442 100 56
Binary 10100101 101010 10111111 1110 1001110 0 11001 100100010 1000000 101110

Color Harmonies of #A52ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52ABF

Black with #A52ABF

Text Example


Text Example

White with #A52ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52ABF; }

 p { color: rgb(165,42,191); }

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

background-color css

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

 a { background-color: rgb(165,42,191); }

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

border-color css

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

 span { border-color: rgb(165,42,191); }

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