Html Css Color HEX #A334CE Dark Orchid

📋 copy color: '#A334CE'

red 163 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #A334CE

Tints of Dark Orchid #A334CE

RGB

 RED value IS 163 (64.06% from 255) = 38.72%

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

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

R = 38.72%
G = 12.35%
B = 48.93%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A334CE (or 0xA334CE) is known color: Dark Orchid. HEX triplet: A3, 34 and CE. RGB value is (163,52,206). Sum of RGB (Red+Green+Blue) = 163+52+206=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #A334CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334CE is #5CCB31. Grayscale: #666666. Windows color (decimal): -6081330 or 13513891. OLE color: 13513891.

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

Color convert

RGB 163 52 206 -
CMYK 0.21 0.75 0 0.19
HSL 283.25º 0.61% 0.51% -
HSV(B) 283.25º 0.75% 0.81% -
XYZ 27.47 14.7 59.78 -
YUV 102.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 163 52 206 0.21 0.75 0 0.19 283.25 0.61 0.51
Hex A3 34 CE 15 4B 0 13 11B 3D 33
Octal 243 64 316 25 113 0 23 433 75 63
Binary 10100011 110100 11001110 10101 1001011 0 10011 100011011 111101 110011

Color Harmonies of #A334CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A334CE

Black with #A334CE

Text Example


Text Example

White with #A334CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A334CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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