Html Css Color HEX #A52BCC Dark Orchid

📋 copy color: '#A52BCC'

red 165 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #A52BCC

Tints of Dark Orchid #A52BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 40.05%
G = 10.44%
B = 49.51%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A52BCC (or 0xA52BCC) is known color: Dark Orchid. HEX triplet: A5, 2B and CC. RGB value is (165,43,204). Sum of RGB (Red+Green+Blue) = 165+43+204=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #A52BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BCC is #5AD433. Grayscale: #616161. Windows color (decimal): -5952564 or 13380517. OLE color: 13380517.

HSL color Cylindrical-coordinate representation of color #A52BCC: hue angle of 285.47º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52BCC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 43 204 -
CMYK 0.19 0.79 0 0.2
HSL 285.47º 0.65% 0.48% -
HSV(B) 285.47º 0.79% 0.8% -
XYZ 27.28 14.09 58.41 -
YUV 97.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 165 43 204 0.19 0.79 0 0.2 285.47 0.65 0.48
Hex A5 2B CC 13 4F 0 14 11D 41 30
Octal 245 53 314 23 117 0 24 435 101 60
Binary 10100101 101011 11001100 10011 1001111 0 10100 100011101 1000001 110000

Color Harmonies of #A52BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BCC

Black with #A52BCC

Text Example


Text Example

White with #A52BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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