Html Css Color HEX #A833BE Dark Orchid

📋 copy color: '#A833BE'

red 168 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #A833BE

Tints of Dark Orchid #A833BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.47%

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

R = 41.08%
G = 12.47%
B = 46.45%

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

#A833BE (or 0xA833BE) is known color: Dark Orchid. HEX triplet: A8, 33 and BE. RGB value is (168,51,190). Sum of RGB (Red+Green+Blue) = 168+51+190=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #A833BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833BE is #57CC41. Grayscale: #656565. Windows color (decimal): -5753922 or 12465064. OLE color: 12465064.

HSL color Cylindrical-coordinate representation of color #A833BE: hue angle of 290.5º degrees, saturation: 0.58, 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 #A833BE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 51 190 -
CMYK 0.12 0.73 0 0.25
HSL 290.5º 0.58% 0.47% -
HSV(B) 290.5º 0.73% 0.75% -
XYZ 26.63 14.41 50.09 -
YUV 101.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 168 51 190 0.12 0.73 0 0.25 290.5 0.58 0.47
Hex A8 33 BE C 49 0 19 123 3A 2F
Octal 250 63 276 14 111 0 31 443 72 57
Binary 10101000 110011 10111110 1100 1001001 0 11001 100100011 111010 101111

Color Harmonies of #A833BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A833BE

Black with #A833BE

Text Example


Text Example

White with #A833BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A833BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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