Html Css Color HEX #A434CE Dark Orchid

📋 copy color: '#A434CE'

red 164 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #A434CE

Tints of Dark Orchid #A434CE

RGB

 RED value IS 164 (64.45% from 255) = 38.86%

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 38.86%
G = 12.32%
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

#A434CE (or 0xA434CE) is known color: Dark Orchid. HEX triplet: A4, 34 and CE. RGB value is (164,52,206). Sum of RGB (Red+Green+Blue) = 164+52+206=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #A434CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434CE is #5BCB31. Grayscale: #666666. Windows color (decimal): -6015794 or 13513892. OLE color: 13513892.

HSL color Cylindrical-coordinate representation of color #A434CE: hue angle of 283.64º degrees, saturation: 0.61, 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 #A434CE is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 52 206 -
CMYK 0.20 0.75 0 0.19
HSL 283.64º 0.61% 0.51% -
HSV(B) 283.64º 0.75% 0.81% -
XYZ 27.68 14.8 59.79 -
YUV 103.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 164 52 206 0.20 0.75 0 0.19 283.64 0.61 0.51
Hex A4 34 CE 14 4B 0 13 11C 3D 33
Octal 244 64 316 24 113 0 23 434 75 63
Binary 10100100 110100 11001110 10100 1001011 0 10011 100011100 111101 110011

Color Harmonies of #A434CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434CE

Black with #A434CE

Text Example


Text Example

White with #A434CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434CE; }

 p { color: rgb(164,52,206); }

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

background-color css

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

 a { background-color: rgb(164,52,206); }

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

border-color css

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

 span { border-color: rgb(164,52,206); }

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