Html Css Color HEX #A834CC Dark Orchid

📋 copy color: '#A834CC'

red 168 ◦ green 52 ◦ blue 204

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

Shades of Dark Orchid #A834CC

Tints of Dark Orchid #A834CC

RGB

 RED value IS 168 (66.02% from 255) = 39.62%

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 39.62%
G = 12.26%
B = 48.11%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A834CC (or 0xA834CC) is known color: Dark Orchid. HEX triplet: A8, 34 and CC. RGB value is (168,52,204). Sum of RGB (Red+Green+Blue) = 168+52+204=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #A834CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834CC is #57CB33. Grayscale: #676767. Windows color (decimal): -5753652 or 13382824. OLE color: 13382824.

HSL color Cylindrical-coordinate representation of color #A834CC: hue angle of 285.79º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A834CC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 52 204 -
CMYK 0.18 0.75 0 0.2
HSL 285.79º 0.6% 0.5% -
HSV(B) 285.79º 0.75% 0.8% -
XYZ 28.28 15.14 58.56 -
YUV 104.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 168 52 204 0.18 0.75 0 0.2 285.79 0.6 0.5
Hex A8 34 CC 12 4B 0 14 11E 3C 32
Octal 250 64 314 22 113 0 24 436 74 62
Binary 10101000 110100 11001100 10010 1001011 0 10100 100011110 111100 110010

Color Harmonies of #A834CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834CC

Black with #A834CC

Text Example


Text Example

White with #A834CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834CC; }

 p { color: rgb(168,52,204); }

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

background-color css

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

 a { background-color: rgb(168,52,204); }

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

border-color css

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

 span { border-color: rgb(168,52,204); }

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