Html Css Color HEX #A834BE Dark Orchid

📋 copy color: '#A834BE'

red 168 ◦ green 52 ◦ blue 190

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

Shades of Dark Orchid #A834BE

Tints of Dark Orchid #A834BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 40.98%
G = 12.68%
B = 46.34%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A834BE (or 0xA834BE) is known color: Dark Orchid. HEX triplet: A8, 34 and BE. RGB value is (168,52,190). Sum of RGB (Red+Green+Blue) = 168+52+190=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #A834BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A834BE is #57CB41. Grayscale: #656565. Windows color (decimal): -5753666 or 12465320. OLE color: 12465320.

HSL color Cylindrical-coordinate representation of color #A834BE: hue angle of 290.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A834BE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 52 190 -
CMYK 0.12 0.73 0 0.25
HSL 290.43º 0.57% 0.47% -
HSV(B) 290.43º 0.73% 0.75% -
XYZ 26.67 14.5 50.11 -
YUV 102.42 177.43 174.78 -
System Red Green Blue C M Y K H S L
Decimal 168 52 190 0.12 0.73 0 0.25 290.43 0.57 0.47
Hex A8 34 BE C 49 0 19 122 39 2F
Octal 250 64 276 14 111 0 31 442 71 57
Binary 10101000 110100 10111110 1100 1001001 0 11001 100100010 111001 101111

Color Harmonies of #A834BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834BE

Black with #A834BE

Text Example


Text Example

White with #A834BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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