Html Css Color HEX #AF3AE2 Dark Orchid

📋 copy color: '#AF3AE2'

red 175 ◦ green 58 ◦ blue 226

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

Shades of Dark Orchid #AF3AE2

Tints of Dark Orchid #AF3AE2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.64%

 BLUE value IS 226 (88.67% from 255) = 49.24%

R = 38.13%
G = 12.64%
B = 49.24%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF3AE2 (or 0xAF3AE2) is known color: Dark Orchid. HEX triplet: AF, 3A and E2. RGB value is (175,58,226). Sum of RGB (Red+Green+Blue) = 175+58+226=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 226 (88.67% from 255 or 49.24% from 459); Max value from RGB is 226 - color contains mainly: blue. Hex color #AF3AE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3AE2 is #50C51D. Grayscale: #6F6F6F. Windows color (decimal): -5293342 or 14826159. OLE color: 14826159.

HSL color Cylindrical-coordinate representation of color #AF3AE2: hue angle of 281.79º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3AE2 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 58 226 -
CMYK 0.23 0.74 0 0.11
HSL 281.79º 0.74% 0.56% -
HSV(B) 281.79º 0.74% 0.89% -
XYZ 32.92 17.63 73.62 -
YUV 112.14 192.26 172.84 -
System Red Green Blue C M Y K H S L
Decimal 175 58 226 0.23 0.74 0 0.11 281.79 0.74 0.56
Hex AF 3A E2 17 4A 0 B 11A 4A 38
Octal 257 72 342 27 112 0 13 432 112 70
Binary 10101111 111010 11100010 10111 1001010 0 1011 100011010 1001010 111000

Color Harmonies of #AF3AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AE2

Black with #AF3AE2

Text Example


Text Example

White with #AF3AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AE2; }

 p { color: rgb(175,58,226); }

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

background-color css

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

 a { background-color: rgb(175,58,226); }

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

border-color css

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

 span { border-color: rgb(175,58,226); }

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