Html Css Color HEX #A534CF Dark Orchid

📋 copy color: '#A534CF'

red 165 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #A534CF

Tints of Dark Orchid #A534CF

RGB

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

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

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

R = 38.92%
G = 12.26%
B = 48.82%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A534CF (or 0xA534CF) is known color: Dark Orchid. HEX triplet: A5, 34 and CF. RGB value is (165,52,207). Sum of RGB (Red+Green+Blue) = 165+52+207=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #A534CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534CF is #5ACB30. Grayscale: #666666. Windows color (decimal): -5950257 or 13579429. OLE color: 13579429.

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

Color convert

RGB 165 52 207 -
CMYK 0.20 0.75 0 0.19
HSL 283.74º 0.62% 0.51% -
HSV(B) 283.74º 0.75% 0.81% -
XYZ 28.01 14.96 60.44 -
YUV 103.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 165 52 207 0.20 0.75 0 0.19 283.74 0.62 0.51
Hex A5 34 CF 14 4B 0 13 11C 3E 33
Octal 245 64 317 24 113 0 23 434 76 63
Binary 10100101 110100 11001111 10100 1001011 0 10011 100011100 111110 110011

Color Harmonies of #A534CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A534CF

Black with #A534CF

Text Example


Text Example

White with #A534CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A534CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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