Html Css Color HEX #A74CFD Blue Violet

📋 copy color: '#A74CFD'

red 167 ◦ green 76 ◦ blue 253

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

Shades of Blue Violet #A74CFD

Tints of Blue Violet #A74CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 33.67%
G = 15.32%
B = 51.01%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A74CFD (or 0xA74CFD) is known color: Blue Violet. HEX triplet: A7, 4C and FD. RGB value is (167,76,253). Sum of RGB (Red+Green+Blue) = 167+76+253=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #A74CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74CFD is #58B302. Grayscale: #7A7A7A. Windows color (decimal): -5812995 or 16600231. OLE color: 16600231.

HSL color Cylindrical-coordinate representation of color #A74CFD: hue angle of 270.85º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A74CFD is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 76 253 -
CMYK 0.34 0.70 0 0.01
HSL 270.85º 0.98% 0.65% -
HSV(B) 270.85º 0.7% 0.99% -
XYZ 36.25 20.48 94.97 -
YUV 123.39 201.15 159.11 -
System Red Green Blue C M Y K H S L
Decimal 167 76 253 0.34 0.70 0 0.01 270.85 0.98 0.65
Hex A7 4C FD 22 46 0 1 10F 62 41
Octal 247 114 375 42 106 0 1 417 142 101
Binary 10100111 1001100 11111101 100010 1000110 0 1 100001111 1100010 1000001

Color Harmonies of #A74CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74CFD

Black with #A74CFD

Text Example


Text Example

White with #A74CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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