Html Css Color HEX #AF26BD Dark Orchid

📋 copy color: '#AF26BD'

red 175 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #AF26BD

Tints of Dark Orchid #AF26BD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.45%

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 43.53%
G = 9.45%
B = 47.01%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF26BD (or 0xAF26BD) is known color: Dark Orchid. HEX triplet: AF, 26 and BD. RGB value is (175,38,189). Sum of RGB (Red+Green+Blue) = 175+38+189=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF26BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF26BD is #50D942. Grayscale: #5F5F5F. Windows color (decimal): -5298499 or 12396207. OLE color: 12396207.

HSL color Cylindrical-coordinate representation of color #AF26BD: hue angle of 294.44º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF26BD is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 38 189 -
CMYK 0.07 0.80 0 0.26
HSL 294.44º 0.67% 0.45% -
HSV(B) 294.44º 0.8% 0.74% -
XYZ 27.56 14.17 49.43 -
YUV 96.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 175 38 189 0.07 0.80 0 0.26 294.44 0.67 0.45
Hex AF 26 BD 7 50 0 1A 126 43 2D
Octal 257 46 275 7 120 0 32 446 103 55
Binary 10101111 100110 10111101 111 1010000 0 11010 100100110 1000011 101101

Color Harmonies of #AF26BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26BD

Black with #AF26BD

Text Example


Text Example

White with #AF26BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26BD; }

 p { color: rgb(175,38,189); }

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

background-color css

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

 a { background-color: rgb(175,38,189); }

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

border-color css

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

 span { border-color: rgb(175,38,189); }

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