Html Css Color HEX #A834C4 Dark Orchid

📋 copy color: '#A834C4'

red 168 ◦ green 52 ◦ blue 196

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

Shades of Dark Orchid #A834C4

Tints of Dark Orchid #A834C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.12%

R = 40.38%
G = 12.5%
B = 47.12%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A834C4 (or 0xA834C4) is known color: Dark Orchid. HEX triplet: A8, 34 and C4. RGB value is (168,52,196). Sum of RGB (Red+Green+Blue) = 168+52+196=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #A834C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834C4 is #57CB3B. Grayscale: #666666. Windows color (decimal): -5753660 or 12858536. OLE color: 12858536.

HSL color Cylindrical-coordinate representation of color #A834C4: hue angle of 288.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A834C4 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 52 196 -
CMYK 0.14 0.73 0 0.23
HSL 288.33º 0.58% 0.49% -
HSV(B) 288.33º 0.73% 0.77% -
XYZ 27.34 14.77 53.63 -
YUV 103.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 168 52 196 0.14 0.73 0 0.23 288.33 0.58 0.49
Hex A8 34 C4 E 49 0 17 120 3A 31
Octal 250 64 304 16 111 0 27 440 72 61
Binary 10101000 110100 11000100 1110 1001001 0 10111 100100000 111010 110001

Color Harmonies of #A834C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834C4

Black with #A834C4

Text Example


Text Example

White with #A834C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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