Html Css Color HEX #A334B7 Dark Orchid

📋 copy color: '#A334B7'

red 163 ◦ green 52 ◦ blue 183

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

Shades of Dark Orchid #A334B7

Tints of Dark Orchid #A334B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.98%

R = 40.95%
G = 13.07%
B = 45.98%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A334B7 (or 0xA334B7) is known color: Dark Orchid. HEX triplet: A3, 34 and B7. RGB value is (163,52,183). Sum of RGB (Red+Green+Blue) = 163+52+183=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 183 - color contains mainly: blue. Hex color #A334B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334B7 is #5CCB48. Grayscale: #636363. Windows color (decimal): -6081353 or 12006563. OLE color: 12006563.

HSL color Cylindrical-coordinate representation of color #A334B7: hue angle of 290.84º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A334B7 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 52 183 -
CMYK 0.11 0.72 0 0.28
HSL 290.84º 0.56% 0.46% -
HSV(B) 290.84º 0.72% 0.72% -
XYZ 24.88 13.66 46.13 -
YUV 100.12 174.77 172.85 -
System Red Green Blue C M Y K H S L
Decimal 163 52 183 0.11 0.72 0 0.28 290.84 0.56 0.46
Hex A3 34 B7 B 48 0 1C 123 38 2E
Octal 243 64 267 13 110 0 34 443 70 56
Binary 10100011 110100 10110111 1011 1001000 0 11100 100100011 111000 101110

Color Harmonies of #A334B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A334B7

Black with #A334B7

Text Example


Text Example

White with #A334B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A334B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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