Html Css Color HEX #A74CFA Blue Violet

📋 copy color: '#A74CFA'

red 167 ◦ green 76 ◦ blue 250

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

Shades of Blue Violet #A74CFA

Tints of Blue Violet #A74CFA

RGB

 RED value IS 167 (65.63% from 255) = 33.87%

 GREEN value IS 76 (30.08% from 255) = 15.42%

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 33.87%
G = 15.42%
B = 50.71%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A74CFA (or 0xA74CFA) is known color: Blue Violet. HEX triplet: A7, 4C and FA. RGB value is (167,76,250). Sum of RGB (Red+Green+Blue) = 167+76+250=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #A74CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74CFA is #58B305. Grayscale: #7A7A7A. Windows color (decimal): -5812998 or 16403623. OLE color: 16403623.

HSL color Cylindrical-coordinate representation of color #A74CFA: hue angle of 271.38º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A74CFA is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 76 250 -
CMYK 0.33 0.70 0 0.02
HSL 271.38º 0.95% 0.64% -
HSV(B) 271.38º 0.7% 0.98% -
XYZ 35.78 20.29 92.47 -
YUV 123.05 199.65 159.35 -
System Red Green Blue C M Y K H S L
Decimal 167 76 250 0.33 0.70 0 0.02 271.38 0.95 0.64
Hex A7 4C FA 21 46 0 2 10F 5F 40
Octal 247 114 372 41 106 0 2 417 137 100
Binary 10100111 1001100 11111010 100001 1000110 0 10 100001111 1011111 1000000

Color Harmonies of #A74CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CFA

Black with #A74CFA

Text Example


Text Example

White with #A74CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CFA; }

 p { color: rgb(167,76,250); }

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

background-color css

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

 a { background-color: rgb(167,76,250); }

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

border-color css

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

 span { border-color: rgb(167,76,250); }

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