Html Css Color HEX #A52BBD Dark Orchid

📋 copy color: '#A52BBD'

red 165 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #A52BBD

Tints of Dark Orchid #A52BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 41.56%
G = 10.83%
B = 47.61%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A52BBD (or 0xA52BBD) is known color: Dark Orchid. HEX triplet: A5, 2B and BD. RGB value is (165,43,189). Sum of RGB (Red+Green+Blue) = 165+43+189=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #A52BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BBD is #5AD442. Grayscale: #5F5F5F. Windows color (decimal): -5952579 or 12397477. OLE color: 12397477.

HSL color Cylindrical-coordinate representation of color #A52BBD: hue angle of 290.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52BBD is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 43 189 -
CMYK 0.13 0.77 0 0.26
HSL 290.14º 0.63% 0.45% -
HSV(B) 290.14º 0.77% 0.74% -
XYZ 25.57 13.4 49.38 -
YUV 96.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 165 43 189 0.13 0.77 0 0.26 290.14 0.63 0.45
Hex A5 2B BD D 4D 0 1A 122 3F 2D
Octal 245 53 275 15 115 0 32 442 77 55
Binary 10100101 101011 10111101 1101 1001101 0 11010 100100010 111111 101101

Color Harmonies of #A52BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BBD

Black with #A52BBD

Text Example


Text Example

White with #A52BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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