Html Css Color HEX #AF1AC3 Dark Orchid

📋 copy color: '#AF1AC3'

red 175 ◦ green 26 ◦ blue 195

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

Shades of Dark Orchid #AF1AC3

Tints of Dark Orchid #AF1AC3

RGB

 RED value IS 175 (68.75% from 255) = 44.19%

 GREEN value IS 26 (10.55% from 255) = 6.57%

 BLUE value IS 195 (76.56% from 255) = 49.24%

R = 44.19%
G = 6.57%
B = 49.24%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF1AC3 (or 0xAF1AC3) is known color: Dark Orchid. HEX triplet: AF, 1A and C3. RGB value is (175,26,195). Sum of RGB (Red+Green+Blue) = 175+26+195=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 195 (76.56% from 255 or 49.24% from 396); Max value from RGB is 195 - color contains mainly: blue. Hex color #AF1AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AC3 is #50E53C. Grayscale: #595959. Windows color (decimal): -5301565 or 12786351. OLE color: 12786351.

HSL color Cylindrical-coordinate representation of color #AF1AC3: hue angle of 292.9º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1AC3 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 26 195 -
CMYK 0.10 0.87 0 0.24
HSL 292.9º 0.76% 0.43% -
HSV(B) 292.9º 0.87% 0.76% -
XYZ 27.9 13.79 52.82 -
YUV 89.82 187.36 188.76 -
System Red Green Blue C M Y K H S L
Decimal 175 26 195 0.10 0.87 0 0.24 292.9 0.76 0.43
Hex AF 1A C3 A 57 0 18 125 4C 2B
Octal 257 32 303 12 127 0 30 445 114 53
Binary 10101111 11010 11000011 1010 1010111 0 11000 100100101 1001100 101011

Color Harmonies of #AF1AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1AC3

Black with #AF1AC3

Text Example


Text Example

White with #AF1AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1AC3; }

 p { color: rgb(175,26,195); }

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

background-color css

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

 a { background-color: rgb(175,26,195); }

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

border-color css

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

 span { border-color: rgb(175,26,195); }

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