Html Css Color HEX #A23DA7 Violet Blue

📋 copy color: '#A23DA7'

red 162 ◦ green 61 ◦ blue 167

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

Shades of Violet Blue #A23DA7

Tints of Violet Blue #A23DA7

RGB

 RED value IS 162 (63.67% from 255) = 41.54%

 GREEN value IS 61 (24.22% from 255) = 15.64%

 BLUE value IS 167 (65.63% from 255) = 42.82%

R = 41.54%
G = 15.64%
B = 42.82%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A23DA7 (or 0xA23DA7) is known color: Violet Blue. HEX triplet: A2, 3D and A7. RGB value is (162,61,167). Sum of RGB (Red+Green+Blue) = 162+61+167=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: blue. Hex color #A23DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23DA7 is #5DC258. Grayscale: #666666. Windows color (decimal): -6144601 or 10960290. OLE color: 10960290.

HSL color Cylindrical-coordinate representation of color #A23DA7: hue angle of 297.17º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23DA7 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 61 167 -
CMYK 0.03 0.63 0 0.35
HSL 297.17º 0.46% 0.45% -
HSV(B) 297.17º 0.63% 0.65% -
XYZ 23.54 13.81 37.98 -
YUV 103.28 163.96 169.88 -
System Red Green Blue C M Y K H S L
Decimal 162 61 167 0.03 0.63 0 0.35 297.17 0.46 0.45
Hex A2 3D A7 3 3F 0 23 129 2E 2D
Octal 242 75 247 3 77 0 43 451 56 55
Binary 10100010 111101 10100111 11 111111 0 100011 100101001 101110 101101

Color Harmonies of #A23DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DA7

Black with #A23DA7

Text Example


Text Example

White with #A23DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DA7; }

 p { color: rgb(162,61,167); }

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

background-color css

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

 a { background-color: rgb(162,61,167); }

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

border-color css

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

 span { border-color: rgb(162,61,167); }

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