Html Css Color HEX #A52BCF Dark Orchid

📋 copy color: '#A52BCF'

red 165 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #A52BCF

Tints of Dark Orchid #A52BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 39.76%
G = 10.36%
B = 49.88%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A52BCF (or 0xA52BCF) is known color: Dark Orchid. HEX triplet: A5, 2B and CF. RGB value is (165,43,207). Sum of RGB (Red+Green+Blue) = 165+43+207=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #A52BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52BCF is #5AD430. Grayscale: #616161. Windows color (decimal): -5952561 or 13577125. OLE color: 13577125.

HSL color Cylindrical-coordinate representation of color #A52BCF: hue angle of 284.63º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52BCF is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 43 207 -
CMYK 0.20 0.79 0 0.19
HSL 284.63º 0.66% 0.49% -
HSV(B) 284.63º 0.79% 0.81% -
XYZ 27.64 14.23 60.32 -
YUV 98.17 189.42 175.66 -
System Red Green Blue C M Y K H S L
Decimal 165 43 207 0.20 0.79 0 0.19 284.63 0.66 0.49
Hex A5 2B CF 14 4F 0 13 11D 42 31
Octal 245 53 317 24 117 0 23 435 102 61
Binary 10100101 101011 11001111 10100 1001111 0 10011 100011101 1000010 110001

Color Harmonies of #A52BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52BCF

Black with #A52BCF

Text Example


Text Example

White with #A52BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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