Html Css Color HEX #A534CB Dark Orchid

📋 copy color: '#A534CB'

red 165 ◦ green 52 ◦ blue 203

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

Shades of Dark Orchid #A534CB

Tints of Dark Orchid #A534CB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 39.29%
G = 12.38%
B = 48.33%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A534CB (or 0xA534CB) is known color: Dark Orchid. HEX triplet: A5, 34 and CB. RGB value is (165,52,203). Sum of RGB (Red+Green+Blue) = 165+52+203=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #A534CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534CB is #5ACB34. Grayscale: #666666. Windows color (decimal): -5950261 or 13317285. OLE color: 13317285.

HSL color Cylindrical-coordinate representation of color #A534CB: hue angle of 284.9º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A534CB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 52 203 -
CMYK 0.19 0.74 0 0.20
HSL 284.9º 0.59% 0.5% -
HSV(B) 284.9º 0.74% 0.8% -
XYZ 27.52 14.77 57.9 -
YUV 103 184.44 172.22 -
System Red Green Blue C M Y K H S L
Decimal 165 52 203 0.19 0.74 0 0.20 284.9 0.59 0.5
Hex A5 34 CB 13 4A 0 14 11D 3B 32
Octal 245 64 313 23 112 0 24 435 73 62
Binary 10100101 110100 11001011 10011 1001010 0 10100 100011101 111011 110010

Color Harmonies of #A534CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A534CB

Black with #A534CB

Text Example


Text Example

White with #A534CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A534CB; }

 p { color: rgb(165,52,203); }

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

background-color css

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

 a { background-color: rgb(165,52,203); }

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

border-color css

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

 span { border-color: rgb(165,52,203); }

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