Html Css Color HEX #A338A5 Violet Blue

📋 copy color: '#A338A5'

red 163 ◦ green 56 ◦ blue 165

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

Shades of Violet Blue #A338A5

Tints of Violet Blue #A338A5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.58%

 BLUE value IS 165 (64.84% from 255) = 42.97%

R = 42.45%
G = 14.58%
B = 42.97%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A338A5 (or 0xA338A5) is known color: Violet Blue. HEX triplet: A3, 38 and A5. RGB value is (163,56,165). Sum of RGB (Red+Green+Blue) = 163+56+165=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 165 - color contains mainly: blue. Hex color #A338A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A338A5 is #5CC75A. Grayscale: #646464. Windows color (decimal): -6080347 or 10827939. OLE color: 10827939.

HSL color Cylindrical-coordinate representation of color #A338A5: hue angle of 298.9º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A338A5 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 56 165 -
CMYK 0.01 0.66 0 0.35
HSL 298.9º 0.49% 0.43% -
HSV(B) 298.9º 0.66% 0.65% -
XYZ 23.31 13.33 36.94 -
YUV 100.42 164.45 172.64 -
System Red Green Blue C M Y K H S L
Decimal 163 56 165 0.01 0.66 0 0.35 298.9 0.49 0.43
Hex A3 38 A5 1 42 0 23 12B 31 2B
Octal 243 70 245 1 102 0 43 453 61 53
Binary 10100011 111000 10100101 1 1000010 0 100011 100101011 110001 101011

Color Harmonies of #A338A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A338A5

Black with #A338A5

Text Example


Text Example

White with #A338A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A338A5; }

 p { color: rgb(163,56,165); }

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

background-color css

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

 a { background-color: rgb(163,56,165); }

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

border-color css

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

 span { border-color: rgb(163,56,165); }

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