Html Css Color HEX #A52DBF Dark Orchid

📋 copy color: '#A52DBF'

red 165 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #A52DBF

Tints of Dark Orchid #A52DBF

RGB

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

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

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

R = 41.15%
G = 11.22%
B = 47.63%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A52DBF (or 0xA52DBF) is known color: Dark Orchid. HEX triplet: A5, 2D and BF. RGB value is (165,45,191). Sum of RGB (Red+Green+Blue) = 165+45+191=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #A52DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DBF is #5AD240. Grayscale: #616161. Windows color (decimal): -5952065 or 12529061. OLE color: 12529061.

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

Color convert

RGB 165 45 191 -
CMYK 0.14 0.76 0 0.25
HSL 289.32º 0.62% 0.46% -
HSV(B) 289.32º 0.76% 0.75% -
XYZ 25.86 13.64 50.56 -
YUV 97.52 180.76 176.13 -
System Red Green Blue C M Y K H S L
Decimal 165 45 191 0.14 0.76 0 0.25 289.32 0.62 0.46
Hex A5 2D BF E 4C 0 19 121 3E 2E
Octal 245 55 277 16 114 0 31 441 76 56
Binary 10100101 101101 10111111 1110 1001100 0 11001 100100001 111110 101110

Color Harmonies of #A52DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DBF

Black with #A52DBF

Text Example


Text Example

White with #A52DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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